home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/Cell.h>
-
- @interface GCell:Cell
- {
- id theImage;
- char name[512];
- int lastmouse;
- }
-
- - initFromFile:(char *)file;
- - calcCellSize:(NXSize *)theSize;
- - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
- - (BOOL)trackMouse:(NXEvent *)theEvent
- inRect:(const NXRect *)cellFrame
- ofView:controlView;
-
- - writeRichText:(NXStream *)stream forView:view;
- - readRichText:(NXStream *)stream forView:view;
-
- - drawInside: (const NXRect *)cellFrame inView:controlView;
-
- @end
-